Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSourceException Class / C1DocumentSourceException Constructor / C1DocumentSourceException Constructor(String,Object[])
The exception message formatting string.
The list of parameters supplied to the formatting string.

In This Topic
    C1DocumentSourceException Constructor(String,Object[])
    In This Topic
    Initializes a new instance of the C1DocumentSourceException class with a formatted error message.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal format As String, _
       ByVal ParamArray args() As Object _
    )
    public C1DocumentSourceException( 
       string format,
       params object[] args
    )

    Parameters

    format
    The exception message formatting string.
    args
    The list of parameters supplied to the formatting string.
    See Also